.bar {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 160px;
    background: #01c099;
    -webkit-box-shadow: 0 10px 10px 0 rgb(1 192 153 / 35%);
    box-shadow: 0 10px 10px 0 rgb(1 192 153 / 35%);
    border-radius: 20px;
    z-index:100
}
.bar div {
    position: relative;
    padding-top: 20px;
}
.bar img {
    width: 120px;
    margin: 10px 0;
    border-radius: 10px;
}
.bar div p {
    position: absolute;
    left: 8px;
    top: -20px;
    width: 144px;
    line-height: 40px;
    background: #01c099;
    -webkit-box-shadow: 0 10px 10px 0 rgb(1 192 153 / 35%);
    box-shadow: 0 10px 10px 0 rgb(1 192 153 / 35%);
    border-radius: 19px;
    color: #fff;
}
img {
    border-style: none;
}
.bar, .footer {
    text-align: center;
}
